Main ----- Copyright Up Previous Next

Examples

hsc FROM hugo.html >NIL:
Simly performs a syntax check on hugo.html and passes the output to the null-device.

hsc hugo.html TO t: STATUS=QUIET RPLCENT
Same as above, but does not display status messages during conversion. A dummy-output is created in the temporary directory Additionally, all special characters like "Ü" or "ß" are replaced by its entities ("Ü" and "ß").

hsc FROM people/hugo.hsc TO /pub_html/
Process subfile people/hugo.hsc. The current directory is the main directory of the project. The HTML-object is created in /pub_html/people/hugo.hsc. All local URIs beginning with ":" referenced within hugo.hsc are interpreted as absolut URIs and are converted to relative path when written to the HTML-object.

hsc FROM people/hugo.hsc TO /pub_html/ CHECKURI
Same as above. Additionally, all URIs referenced are checked for existence. If eg, people/hugo.hsc references to prog/project/thing.hsc, the file /pub_html/project/thing.html must exist or an error will occure.
Note: Also mind that the HSC-source ends with ".hsc", but the HTML-object automatically gets the extension ".html". Therefor, all references must end with ".html".

Thomas Aglassinger ( agi@giga.or.at ), 15-May-1996